'Declaration Public Overloads Function GetEffectRequiredInputRectangles( _ ByVal renderEffect As Effect, _ ByVal renderImageRectangle As RectF, _ ByVal inputDescriptions() As EffectInputDescription _ ) As RectF()
public RectF[] GetEffectRequiredInputRectangles( Effect renderEffect, RectF renderImageRectangle, EffectInputDescription[] inputDescriptions )
Parameters
- renderEffect
- The render effect.
- renderImageRectangle
- The render image rectangle.
- inputDescriptions
- The input descriptions.